home *** CD-ROM | disk | FTP | other *** search
- // WinHacker Script
- // Copyright (c) 1996 Wedge Software
- //
- // Enable RAS IP Routing on NT
- //
-
- [Main]
- Desc = Enable RAS IP Routing on NT
- // Ask =
- // StartMessage =
- ExitMessage = You must restart your computer now...
-
- [Registry]
- Procs = 2
-
- [RegistryProc#1]
- // Ask = Run RegistryProc#1?
- RootKey = HKEY_LOCAL_MACHINE
- Path = SYSTEM\CurrentControlSet\Services\RasArp\Parameters
- Item = DisableOtherSrcPackets
- Action = WriteDword
- Value = (dialog)
- Value.dialog.text = Type 0 to enable RAS IP Routing, or type 1
- Value.dialog.text2 = to disable it.
- Value.dialog.default = 0
-
- [RegistryProc#2]
- // Ask = Run RegistryProc#2?
- RootKey = HKEY_LOCAL_MACHINE
- Path = \System\CurrentControlSet\Services\Tcpip\Parameters
- Item = IpEnableRouter
- Action = WriteDword
- Value = (dialog)
- Value.dialog.text = Type 1 to enable RAS IP Routing, or type 0
- Value.dialog.text2 = to disable it.
- Value.dialog.default = 1